Questions tagged [scope-id]

8 questions
8
votes
1 answer

Why doesn't a %en0 suffix work to connect a link-local IPv6 TCP socket in Python?

A week or so ago someone on StackOverflow asked why their Python code for connecting to an IPv6 link-local address wasn't working, and I replied that since it was a link-local address they needed to add a %en0 (or whatever the desired…
Jeremy Friesner
  • 70,199
  • 15
  • 131
  • 234
3
votes
1 answer

IPv6 Zone index and scope_id

How does the zone index relate to the scope_id in the sockaddr_in6 structure? The functionality appears to differ between platforms and I'd love to know how they relate. Windows for example has a SCOPE_ID structure (as well as just a 32-bit value).…
Goz
  • 61,365
  • 24
  • 124
  • 204
3
votes
2 answers

Scope ID in python ipaddress.IPv6Address instances

I'm currently writing a python wrapper for a C++-Library that does network communication via IPv6 link-local addresses. To initialize the library the network interface has to be selected. This is done via the link-local address of the desired…
wetzeld
  • 33
  • 5
1
vote
1 answer

In Powershell, How can get my if statement to output into a hashtable?

I would like my output to give me a hash table. $hashtable @{} If( $scope | Get-DhcpServerV4Lease -ComputerName $server | Where-Object HostName -like "$hostName*") {$hashtable.add($scope.name, $hostname)} I believe because of how I have things…
feelsgood
  • 135
  • 14
1
vote
3 answers

Get Facebook User ID with Facebook App Scope ID

Is it possible to get origin facebook id from facebook app scope id? I have 2 apps that shares the same database, so that user only need to sign up in one app in order to login both. This was working until facebook update their api from 1.0 to…
0
votes
1 answer

How can I change my output from DHCP Lease info to ScopeId "Name"

Here is what My output looks like, It's just lease information where the host name is: IPAddress ScopeId ClientId HostName AddressState --------- ------- -------- -------- …
feelsgood
  • 135
  • 14
0
votes
0 answers

After the PSID-Migration, will the PSID remain same for a User across different Apps[Same Page]?

As per the facebook guidelines all the Reviewed Apps to be migrated from ASID(App Scope ID) to PSID(Page Scope ID). This is the warning displayed on my dashboard. Migration Required by Jan 16, 2019. Apps that do not migrate by the deadline will be…
NaveeNeo
  • 205
  • 3
  • 13
0
votes
2 answers

Powershell - Select-Objects from previous commands

I can't seem to understand how to get a previous-command-object displayed on the final table in powershell. I understand I'm not explaining myself that well, so I'll go with the examples :) get-dhcpserverv4scope -computername server01 This will…
Something
  • 15
  • 1
  • 6