Replies: 1 comment
-
I can imagine some circumstances where you want to look up whether there is a number without the assigining of a new one. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've got a piece of C code that implements the mac address to pup network and host number mapping, replicating the functionality that the DiCentra gateways used to provide.
At the moment, it uses a sqlite3 database that one makes entries in by hand -- for example:
to assign PUP network 0 (local, no internetwork routing) and PUP host 42, to the machine at 48:d7:05:c0:ea:a2 (aka NS address
0#44327.2700.165241#, NS host number(NSHOSTNUMBER 18647 1472 60065)).With the mapper running with that entry on my mac, it can do:
The question I'd like some feedback on is: Would you find it more useful if, when the database does not contain a mapping, it assigned (and remembered) a unique PUP host number automatically?
Beta Was this translation helpful? Give feedback.
All reactions